home *** CD-ROM | disk | FTP | other *** search
/ Knudde EK Editie / CD1.iso / schema.dxr / Script_4_frame 1.ls < prev    next >
Encoding:
Text File  |  2000-02-24  |  334 b   |  24 lines

  1. on exitFrame
  2.   if soundBusy(1) = 0 then
  3.     puppetSound(1, 116)
  4.   end if
  5.   if the mouseDown = 1 then
  6.     cursor(4)
  7.     go(2)
  8.     GroupAllVis()
  9.     OneGroupInVis()
  10.     cursor(-1)
  11.   end if
  12.   go(the frame)
  13. end
  14.  
  15. on keyUp
  16.   if the key = RETURN then
  17.     cursor(4)
  18.     go(2)
  19.     GroupAllVis()
  20.     OneGroupInVis()
  21.     cursor(-1)
  22.   end if
  23. end
  24.